Handling Errors

  • An enumeration representing the types of errors that may be thrown by the Stitch SDK.

    See more

    Declaration

    Swift

    public enum StitchError : Error, CustomStringConvertible
  • An enumeration of the types of errors that can come back from a completed request to the Stitch server. With the exception of .unknown, these are the error codes as they are returned by the Stitch server in an error response.

    See more

    Declaration

    Swift

    public enum StitchServiceErrorCode : String, Codable
  • An enumeration indicating the types of errors that may occur when carrying out a Stitch request.

    See more

    Declaration

    Swift

    public enum StitchRequestErrorCode
  • An enumeration indicating the types of errors that may occur when using a Stitch client, typically before a request is made.

    See more

    Declaration

    Swift

    public enum StitchClientErrorCode : Error
  • An error related to the initialization of the Stitch SDK, initializing clients, or retrieving clients.

    See more

    Declaration

    Swift

    public enum StitchInitializationError : Error